﻿
/* ---------------------------------------------------------- */
/* ------------------------- Footer ------------------------- */
/* ---------------------------------------------------------- */

.pnlFooterWrapper
{
	background-position:center top;
}

.pnlFooterContent
{
	width:760px;
	margin:0 auto;
	position:relative;
}

.pnlFooter
{
    font-size:11px!Important;
    text-align:right;
    padding:10px;
    color:Gray!Important;
    position:fixed;
    right:0;
    bottom:0;
}

.pnlFooter a,
.pnlFooter a:hover
{
    color:#40aae4!Important;
}

.pnlImpressum
{
    font-size:11px!Important;
    padding:10px;
    position:fixed;
    left:0;
    bottom:0;
}

.pnlImpressum a
{
    color:#8F8F8F!Important;
}